Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Input Formats

You use the VDGetInputFormat function to find out the video format employed by a specified input. QuickTime defines one new constant that you can use for video digitizers that support a tuner input:

enum {
    tvTunerIn           = 6
};

Constant description

tvTunerIn
The input video signal is from the television tuner connection.

© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |